SearchInResourceRequest
data class SearchInResourceRequest(frameId: FrameId, url: String, query: String, caseSensitive: Boolean?, isRegex: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Page#searchInResource operation call.
Searches for given string in resource content.